home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / assigncd < prev    next >
Text File  |  1995-08-13  |  804b  |  38 lines

  1. .k ""
  2. Failat 50
  3. echo "*e[32m*e[41mAssigning CD"
  4. assign printers: devs:printers
  5. assign Sys2: Sys:
  6. Path The_Learning_Curve:c ADD
  7. The_Learning_Curve:c/MoveSys The_Learning_Curve:
  8. cd The_Learning_Curve:
  9. if not exists "ram:env"
  10.   makedir ram:env
  11.   assign env: ram:
  12. endif
  13. if not exists "ram:t"
  14.   makedir ram:t
  15.   assign t: ram:t
  16. endif
  17. assign mui: exists > nil:
  18. if not warn
  19.   echo "User has already got MUI installed"
  20. else
  21.   assign MUI: "The_Learning_Curve:MUI"
  22.   if exists MUI:Libs
  23.      assign add LIBS: MUI:Libs
  24.   endif
  25.   if exists MUI:Locale
  26.      assign add LOCALE: MUI:Locale
  27.   endif
  28.   version >nil: exec.library 39
  29.   if not warn
  30.      if exists MUI:Docs
  31.         if exists HELP:dummy ; do not remove
  32.         endif                ; this entry!
  33.         assign add HELP: MUI:Docs
  34.      endif
  35.   endif
  36. endif
  37. endcli
  38.